home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / MESA / EXAMPLES / SRC / PAGE / PAGE.DEF < prev    next >
Encoding:
Text File  |  1994-07-11  |  416 b   |  19 lines  |  [TEXT/hscd]

  1. ;******* TEMPLATE  C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Note the WINDOWAPI keyword is required for link386
  8. NAME    Page WINDOWAPI
  9.  
  10. DESCRIPTION 'The Mesa Page sample application'
  11.  
  12. CODE    MOVEABLE
  13. DATA    MOVEABLE MULTIPLE
  14.  
  15. HEAPSIZE  8192
  16. STACKSIZE 32768
  17.  
  18.  
  19.